home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMDROPADD / TFRMDROPADD.txt
Encoding:
Text File  |  2002-05-23  |  3.5 KB  |  190 lines

  1. object frmDropAdd: TfrmDropAdd
  2.   Left = 271
  3.   Top = 134
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add'
  6.   ClientHeight = 279
  7.   ClientWidth = 337
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lblFiles: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 72
  26.     Height = 13
  27.     Caption = 'File(s) dropped:'
  28.   end
  29.   object lblPath: TPathLabel
  30.     Left = 88
  31.     Top = 8
  32.     Width = 161
  33.     Height = 13
  34.     AutoSize = False
  35.   end
  36.   object Label2: TLabel
  37.     Left = 8
  38.     Top = 120
  39.     Width = 33
  40.     Height = 13
  41.     Caption = 'Ac&tion:'
  42.     FocusControl = cboAction
  43.   end
  44.   object Label3: TLabel
  45.     Left = 8
  46.     Top = 168
  47.     Width = 60
  48.     Height = 13
  49.     Caption = '&Compression'
  50.     FocusControl = cboComp
  51.   end
  52.   object lbxFileBox: TListBox
  53.     Left = 8
  54.     Top = 24
  55.     Width = 241
  56.     Height = 57
  57.     ItemHeight = 13
  58.     TabOrder = 7
  59.   end
  60.   object Button1: TButton
  61.     Left = 256
  62.     Top = 24
  63.     Width = 75
  64.     Height = 25
  65.     Caption = '&Add'
  66.     Default = True
  67.     TabOrder = 4
  68.     OnClick = Button1Click
  69.   end
  70.   object btnCancel: TButton
  71.     Left = 256
  72.     Top = 56
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 5
  78.     OnClick = btnCancelClick
  79.   end
  80.   object cboAction: TComboBox
  81.     Left = 8
  82.     Top = 136
  83.     Width = 241
  84.     Height = 21
  85.     Style = csDropDownList
  86.     ItemHeight = 13
  87.     TabOrder = 1
  88.     Items.Strings = (
  89.       'Add (and replace)'
  90.       'Move')
  91.   end
  92.   object cboComp: TComboBox
  93.     Left = 8
  94.     Top = 184
  95.     Width = 241
  96.     Height = 21
  97.     Style = csDropDownList
  98.     ItemHeight = 13
  99.     TabOrder = 2
  100.   end
  101.   object GroupBox1: TGroupBox
  102.     Left = 8
  103.     Top = 208
  104.     Width = 241
  105.     Height = 65
  106.     Caption = ' Folders '
  107.     TabOrder = 3
  108.     object ckbFullPath: TCheckBox
  109.       Left = 8
  110.       Top = 16
  111.       Width = 137
  112.       Height = 17
  113.       Caption = 'Save &full path info'
  114.       TabOrder = 0
  115.     end
  116.     object ckbSub: TCheckBox
  117.       Left = 8
  118.       Top = 40
  119.       Width = 113
  120.       Height = 17
  121.       Caption = '&Include subfolders'
  122.       TabOrder = 1
  123.     end
  124.   end
  125.   object Button5: TButton
  126.     Left = 256
  127.     Top = 248
  128.     Width = 75
  129.     Height = 25
  130.     Caption = '&Password'
  131.     TabOrder = 6
  132.     OnClick = Button5Click
  133.   end
  134.   object Panel1: TPanel
  135.     Left = 8
  136.     Top = 24
  137.     Width = 241
  138.     Height = 89
  139.     BevelInner = bvRaised
  140.     BevelOuter = bvLowered
  141.     TabOrder = 0
  142.     object Label1: TLabel
  143.       Left = 8
  144.       Top = 8
  145.       Width = 72
  146.       Height = 13
  147.       Caption = 'A&dd to archive:'
  148.       FocusControl = edtArcFile
  149.     end
  150.     object edtArcFile: TEdit
  151.       Left = 8
  152.       Top = 24
  153.       Width = 225
  154.       Height = 21
  155.       ReadOnly = True
  156.       TabOrder = 0
  157.       OnChange = edtArcFileChange
  158.     end
  159.     object Button3: TButton
  160.       Left = 35
  161.       Top = 56
  162.       Width = 75
  163.       Height = 25
  164.       Caption = '&New...'
  165.       TabOrder = 1
  166.       OnClick = Button3Click
  167.     end
  168.     object Button4: TButton
  169.       Left = 131
  170.       Top = 56
  171.       Width = 75
  172.       Height = 25
  173.       Caption = '&Open...'
  174.       TabOrder = 2
  175.       OnClick = Button4Click
  176.     end
  177.   end
  178.   object FormCenter1: TFormCenter
  179.     Center = True
  180.     Left = 264
  181.     Top = 104
  182.   end
  183.   object Timer: TTimer
  184.     Interval = 200
  185.     OnTimer = TimerTimer
  186.     Left = 296
  187.     Top = 104
  188.   end
  189. end
  190.